Compare commits
3 Commits
main
...
use-ranche
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bcdadb42d | ||
|
|
779f061554 | ||
|
|
b11b725713 |
2
.github/workflows/deploy-base.yaml
vendored
2
.github/workflows/deploy-base.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Kubectl tool installer
|
||||
uses: Azure/setup-kubectl@v3
|
||||
uses: azure/setup-kubectl@v3
|
||||
|
||||
- uses: azure/k8s-set-context@v3
|
||||
with:
|
||||
|
||||
@ -9,3 +9,6 @@ patches:
|
||||
- path: patches/ingress-host.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
- path: patches/deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
|
||||
6
kubernetes/development/patches/deployment.yaml
Normal file
6
kubernetes/development/patches/deployment.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: reg.dev.krd/dit-docs/dsm-client:dev
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/imagePullPolicy
|
||||
value: Always
|
||||
16
kubernetes/fleet.yaml
Normal file
16
kubernetes/fleet.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
namespace: dit-docs
|
||||
|
||||
targetCustomizations:
|
||||
- name: development
|
||||
clusterSelector:
|
||||
matchLabels:
|
||||
env: dev
|
||||
kustomize:
|
||||
dir: development
|
||||
|
||||
- name: production
|
||||
clusterSelector:
|
||||
matchLabels:
|
||||
env: prod
|
||||
kustomize:
|
||||
dir: production
|
||||
Loading…
Reference in New Issue
Block a user