70 lines
1.7 KiB
YAML
70 lines
1.7 KiB
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# namespace.yaml hier entfernen!
|
|
- matrix-postgres-auth.yaml
|
|
- cert-issuer.yaml
|
|
- matrix-certificates.yaml
|
|
- element-server-suite.yaml
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: matrix-stack-synapse
|
|
namespace: matrix
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/tls/0/secretName
|
|
value: matrix-axion1337-chat-tls
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: matrix-stack-matrix-authentication-service
|
|
namespace: matrix
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/tls/0/secretName
|
|
value: account-axion1337-chat-tls
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: matrix-stack-matrix-rtc
|
|
namespace: matrix
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/tls/0/secretName
|
|
value: mrtc-axion1337-chat-tls
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: matrix-stack-element-web
|
|
namespace: matrix
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/tls/0/secretName
|
|
value: axion1337-chat-tls
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: matrix-stack-element-admin
|
|
namespace: matrix
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/tls/0/secretName
|
|
value: admin-axion1337-chat-tls
|
|
- target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: matrix-stack-well-known
|
|
namespace: matrix
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/tls/0/secretName
|
|
value: axion1337-chat-tls |