Adds zulip app.
This commit is contained in:
22
zulip/versions/9/kustomization.yaml
Normal file
22
zulip/versions/9/kustomization.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: {{ .namespace }}
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
app: zulip
|
||||
managedBy: kustomize
|
||||
partOf: wild-cloud
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- pvc.yaml
|
||||
- deployment-postgres.yaml
|
||||
- service-postgres.yaml
|
||||
- pvc-postgres.yaml
|
||||
- deployment-rabbitmq.yaml
|
||||
- service-rabbitmq.yaml
|
||||
- deployment-memcached.yaml
|
||||
- service-memcached.yaml
|
||||
Reference in New Issue
Block a user