add ptp-chat configuration
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
This commit is contained in:
35
ptp-chat/kustomization.yaml
Normal file
35
ptp-chat/kustomization.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ptp-chat-backend.yaml
|
||||
- ptp-chat-frontend.yaml
|
||||
- ptp-chat-db.yaml
|
||||
- ptp-chat-hpa.yaml
|
||||
- ptp-chat-istio.yaml
|
||||
- ptp-chat-sealed-secret.yaml
|
||||
- ptp-chat-pull-sealed-secret.yaml
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ptp-chat-secret
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
sealedsecrets.bitnami.com/managed: "true"
|
||||
- patch: |-
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: pull-secret
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
sealedsecrets.bitnami.com/managed: "true"
|
||||
|
||||
secretGenerator:
|
||||
- name: ptp-chat-secret
|
||||
type: Opaque
|
||||
- name: pull-secret
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
Reference in New Issue
Block a user