Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/helm/templates/mariadb-svc.yaml b/helm/templates/mariadb-svc.yaml
index 5a0f186..74d838f 100644
--- a/helm/templates/mariadb-svc.yaml
+++ b/helm/templates/mariadb-svc.yaml
@@ -1,18 +1,16 @@
{{- if .Values.mariadb.enabled -}}
apiVersion: v1
kind: Service
metadata:
- annotations:
- template.openshift.io/expose-uri: mysql://{.spec.clusterIP}:{.spec.ports[?(.name=="mariadb")].port}
name: mariadb
spec:
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: mariadb
port: 3306
selector:
app: mariadb
{{- end }}
diff --git a/helm/templates/redis-svc.yaml b/helm/templates/redis-svc.yaml
index 2496da2..4b9d470 100644
--- a/helm/templates/redis-svc.yaml
+++ b/helm/templates/redis-svc.yaml
@@ -1,20 +1,18 @@
{{- if and .Values.redis.enabled -}}
kind: Service
apiVersion: v1
metadata:
name: redis
- annotations:
- template.openshift.io/expose-uri: 'redis://{.spec.clusterIP}:{.spec.ports[?(.name=="redis")].port}'
spec:
ipFamilies:
- IPv4
ports:
- name: redis
protocol: TCP
port: 6379
targetPort: 6379
internalTrafficPolicy: Cluster
ipFamilyPolicy: SingleStack
selector:
name: redis
{{- end }}

File Metadata

Mime Type
text/x-diff
Expires
Sun, Apr 5, 9:33 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831254
Default Alt Text
(1 KB)

Event Timeline