wildduck: migrate to dragonfly, disable network policies, upgrade wildduck-operator
This commit is contained in:
@@ -123,8 +123,8 @@ spec:
|
||||
- name: APPCONF_dbs_redis
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: redis-wildduck-owner-secrets
|
||||
key: REDIS_MASTER_0_URI
|
||||
name: dragonfly-auth
|
||||
key: REDIS_URI
|
||||
volumeMounts:
|
||||
- name: cert
|
||||
mountPath: /cert
|
||||
@@ -141,17 +141,17 @@ spec:
|
||||
secret:
|
||||
secretName: wildduck-tls
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: zonemta
|
||||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: wildduck
|
||||
app.kubernetes.io/component: zonemta
|
||||
policyTypes:
|
||||
- Ingress
|
||||
ingress:
|
||||
- ports:
|
||||
- port: 9465
|
||||
# apiVersion: networking.k8s.io/v1
|
||||
# kind: NetworkPolicy
|
||||
# metadata:
|
||||
# name: zonemta
|
||||
# spec:
|
||||
# podSelector:
|
||||
# matchLabels:
|
||||
# app.kubernetes.io/name: wildduck
|
||||
# app.kubernetes.io/component: zonemta
|
||||
# policyTypes:
|
||||
# - Ingress
|
||||
# ingress:
|
||||
# - ports:
|
||||
# - port: 9465
|
||||
|
Reference in New Issue
Block a user