Sync chart from pieced-threema-gateway 0.1.4
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: pieced-threema-gateway
|
name: pieced-threema-gateway
|
||||||
description: PieCed IT central Threema Gateway relay
|
description: PieCed IT central Threema Gateway relay
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
appVersion: "0.1.3"
|
appVersion: "0.1.4"
|
||||||
|
|||||||
@@ -68,10 +68,17 @@ spec:
|
|||||||
- ports:
|
- ports:
|
||||||
- port: "443"
|
- port: "443"
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
# Postgres (same namespace)
|
# Postgres (same namespace).
|
||||||
|
#
|
||||||
|
# We match on the namespace label rather than `cnpg.io/cluster`
|
||||||
|
# because that CNPG label is not in Cilium's default identity-relevant
|
||||||
|
# label set in most installations — pods labelled that way still get a
|
||||||
|
# generic Cilium identity, so a matchLabels on it won't match anything.
|
||||||
|
# Restricting to port 5432 + same namespace is safe: the only thing
|
||||||
|
# listening on 5432 in this namespace is CNPG.
|
||||||
- toEndpoints:
|
- toEndpoints:
|
||||||
- matchLabels:
|
- matchLabels:
|
||||||
"cnpg.io/cluster": "pieced-threema-gateway-db"
|
"k8s:io.kubernetes.pod.namespace": {{ .Values.namespace | quote }}
|
||||||
toPorts:
|
toPorts:
|
||||||
- ports:
|
- ports:
|
||||||
- port: "5432"
|
- port: "5432"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ namespace: threema-gateway
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.c5ai.ch/pieced/pieced-threema-gateway
|
repository: registry.c5ai.ch/pieced/pieced-threema-gateway
|
||||||
tag: "0.1.3"
|
tag: "0.1.4"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# Pull from registry.c5ai.ch — matches operator + portal pattern.
|
# Pull from registry.c5ai.ch — matches operator + portal pattern.
|
||||||
|
|||||||
Reference in New Issue
Block a user