Add production deployment

This commit is contained in:
2022-02-14 09:01:59 +00:00
parent 0d6b1b8061
commit ac4dc9ef40
5 changed files with 74 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- path: patches/ingress-host.yaml
target:
kind: Ingress

View File

@@ -0,0 +1,9 @@
- op: add
path: /spec/rules/0/host
value: docs.digital.gov.krd
- op: add
path: /spec/tls
value:
- hosts:
- docs.digital.gov.krd
secretName: ingress-cert-dit-docs-dsm-client