mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-23 07:29:39 +01:00
feat(infrastructure): rename folder
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{{- if (.Values.phpmyadmin.enabled | default true) }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: "phpmyadmin"
|
||||
namespace: {{ .Values.namespace | default "mariadb-operator" | quote }}
|
||||
labels:
|
||||
app: "phpmyadmin"
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.phpmyadmin.servicePort | default 8080 }}
|
||||
protocol: TCP
|
||||
targetPort: {{ .Values.phpmyadmin.servicePort | default 8080 }}
|
||||
selector:
|
||||
app: "phpmyadmin"
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user