mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
address some other details
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
98e671403c
commit
e20f31ab90
4 changed files with 5 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: nextcloud-aio-helm-chart
|
name: nextcloud-aio-helm-chart
|
||||||
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
||||||
version: 7.7.0-beta2
|
version: 7.7.0-beta3
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
keywords:
|
keywords:
|
||||||
- latest
|
- latest
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,10 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
- name: "1-tcp"
|
- name: "{{ .Values.APACHE_PORT }}"
|
||||||
port: {{ .Values.APACHE_PORT }}
|
port: {{ .Values.APACHE_PORT }}
|
||||||
targetPort: {{ .Values.APACHE_PORT }}
|
targetPort: {{ .Values.APACHE_PORT }}
|
||||||
- name: "1-udp"
|
- name: "{{ .Values.APACHE_PORT }}-udp"
|
||||||
port: {{ .Values.APACHE_PORT }}
|
port: {{ .Values.APACHE_PORT }}
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: {{ .Values.APACHE_PORT }}
|
targetPort: {{ .Values.APACHE_PORT }}
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,6 @@ spec:
|
||||||
mountPath: /nextcloud-aio-nextcloud
|
mountPath: /nextcloud-aio-nextcloud
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: SMTP_HOST
|
|
||||||
value: "{{ .Values.SMTP_HOST }}"
|
|
||||||
- name: SMTP_HOST
|
- name: SMTP_HOST
|
||||||
value: "{{ .Values.SMTP_HOST }}"
|
value: "{{ .Values.SMTP_HOST }}"
|
||||||
- name: SMTP_SECURE
|
- name: SMTP_SECURE
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
- name: "2-tcp"
|
- name: "{{ .Values.TALK_PORT }}"
|
||||||
port: {{ .Values.TALK_PORT }}
|
port: {{ .Values.TALK_PORT }}
|
||||||
targetPort: {{ .Values.TALK_PORT }}
|
targetPort: {{ .Values.TALK_PORT }}
|
||||||
- name: "2-udp"
|
- name: "{{ .Values.TALK_PORT }}-udp"
|
||||||
port: {{ .Values.TALK_PORT }}
|
port: {{ .Values.TALK_PORT }}
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: {{ .Values.TALK_PORT }}
|
targetPort: {{ .Values.TALK_PORT }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue