Compare commits
2 commits
2f19c6ae6e
...
747719e9a4
Author | SHA1 | Date | |
---|---|---|---|
747719e9a4 | |||
90bf5fca60 |
2 changed files with 31 additions and 26 deletions
|
@ -8,3 +8,9 @@ extends: default
|
|||
|
||||
rules:
|
||||
line-length: disable
|
||||
document-start:
|
||||
ignore:
|
||||
- kustomization.yaml
|
||||
indentation:
|
||||
ignore:
|
||||
- kustomization.yaml
|
||||
|
|
|
@ -1,32 +1,31 @@
|
|||
---
|
||||
resources:
|
||||
- ../../base
|
||||
- ../../base
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: git.ar21.de/yolokube/dashboard
|
||||
newName: git.ar21.de/yolokube/dashboard
|
||||
newTag: staging-95
|
||||
- name: git.ar21.de/yolokube/dashboard
|
||||
newName: git.ar21.de/yolokube/dashboard
|
||||
newTag: staging-102
|
||||
namespace: dashboard-staging
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: "dashboard-staging.services.yolokube.de"
|
||||
target:
|
||||
kind: Ingress
|
||||
name: dashboard-ingress
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/tls/0/hosts/0
|
||||
value: "dashboard-staging.services.yolokube.de"
|
||||
target:
|
||||
kind: Ingress
|
||||
name: dashboard-ingress
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/replicas
|
||||
value: 1
|
||||
target:
|
||||
kind: Deployment
|
||||
name: dashboard-deployment
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: "dashboard-staging.services.yolokube.de"
|
||||
target:
|
||||
kind: Ingress
|
||||
name: dashboard-ingress
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/tls/0/hosts/0
|
||||
value: "dashboard-staging.services.yolokube.de"
|
||||
target:
|
||||
kind: Ingress
|
||||
name: dashboard-ingress
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/replicas
|
||||
value: 1
|
||||
target:
|
||||
kind: Deployment
|
||||
name: dashboard-deployment
|
||||
|
|
Loading…
Add table
Reference in a new issue