Bulk add targetPort to values.yaml for stable Apps

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-06 22:55:18 +01:00
parent ae673dcefb
commit dcd5947918
152 changed files with 215 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ service:
ports: ports:
main: main:
port: 4040 port: 4040
targetPort: 4040
ingress: ingress:
# -- Enable and configure ingress settings for the chart under this key. # -- Enable and configure ingress settings for the chart under this key.
@@ -23,3 +23,4 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
+2
View File
@@ -22,6 +22,7 @@ service:
ports: ports:
main: main:
port: 5050 port: 5050
targetPort: 5050
tcp: tcp:
enabled: true enabled: true
type: ClusterIP type: ClusterIP
@@ -29,6 +30,7 @@ service:
tcp: tcp:
enabled: true enabled: true
port: 51050 port: 51050
targetPort: 51050
protocol: TCP protocol: TCP
persistence: persistence:
+2
View File
@@ -25,12 +25,14 @@ service:
main: main:
enabled: true enabled: true
port: 6800 port: 6800
targetPort: 6800
listen: listen:
enabled: true enabled: true
ports: ports:
listen: listen:
enabled: true enabled: true
port: 6888 port: 6888
targetPort: 6888
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
+1
View File
@@ -20,6 +20,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
persistence: persistence:
config: config:
+1
View File
@@ -15,6 +15,7 @@ service:
ports: ports:
main: main:
port: 9091 port: 9091
targetPort: 9091
persistence: persistence:
config: config:
+1
View File
@@ -38,6 +38,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
persistence: persistence:
config: config:
+1
View File
@@ -10,6 +10,7 @@ service:
ports: ports:
main: main:
port: 6767 port: 6767
targetPort: 6767
env: {} env: {}
# TZ: UTC # TZ: UTC
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 8337 port: 8337
targetPort: 8337
persistence: persistence:
config: config:
+1
View File
@@ -40,6 +40,7 @@ service:
ports: ports:
main: main:
port: 4040 port: 4040
targetPort: 4040
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 8083 port: 8083
targetPort: 8083
env: {} env: {}
# TZ: # TZ:
+2
View File
@@ -49,6 +49,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
webserver: webserver:
enabled: false enabled: false
type: ClusterIP type: ClusterIP
@@ -56,6 +57,7 @@ service:
webserver: webserver:
enabled: true enabled: true
port: 8081 port: 8081
targetPort: 8081
protocol: TCP protocol: TCP
targetPort: 8081 targetPort: 8081
+1
View File
@@ -22,6 +22,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
persistence: persistence:
code: code:
+1
View File
@@ -24,6 +24,7 @@ service:
ports: ports:
main: main:
port: 8443 port: 8443
targetPort: 8443
persistence: persistence:
config: config:
@@ -17,6 +17,7 @@ service:
ports: ports:
main: main:
port: 9980 port: 9980
targetPort: 9980
env: env:
domain: nextcloud\.domain\.tld domain: nextcloud\.domain\.tld
+1
View File
@@ -27,6 +27,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
@@ -12,10 +12,12 @@ service:
ports: ports:
main: main:
port: 9117 port: 9117
targetPort: 9117
portsList: portsList:
- name: "extraport" - name: "extraport"
enabled: true enabled: true
port: 9118 port: 9118
targetPort: 9118
serviceList: serviceList:
- name: extraservice - name: extraservice
@@ -24,6 +26,7 @@ serviceList:
- name: "extrasvcport" - name: "extrasvcport"
enabled: true enabled: true
port: 9119 port: 9119
targetPort: 9119
env: {} env: {}
# TZ: UTC # TZ: UTC
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
persistence: persistence:
config: config:
+3
View File
@@ -49,18 +49,21 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
websocket: websocket:
enabled: true enabled: true
ports: ports:
websocket: websocket:
enabled: true enabled: true
port: 443 port: 443
targetPort: 443
vnc: vnc:
enabled: true enabled: true
ports: ports:
vnc: vnc:
enabled: true enabled: true
port: 5900 port: 5900
targetPort: 5900
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -11,6 +11,7 @@ service:
ports: ports:
main: main:
port: 5000 port: 5000
targetPort: 5000
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
+1
View File
@@ -11,6 +11,7 @@ service:
ports: ports:
main: main:
port: 5000 port: 5000
targetPort: 5000
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
+3
View File
@@ -17,6 +17,7 @@ service:
ports: ports:
main: main:
port: 8112 port: 8112
targetPort: 8112
torrent: torrent:
enabled: true enabled: true
type: ClusterIP type: ClusterIP
@@ -24,10 +25,12 @@ service:
tcp: tcp:
enabled: true enabled: true
port: 51413 port: 51413
targetPort: 51413
protocol: TCP protocol: TCP
udp: udp:
enabled: true enabled: true
port: 51413 port: 51413
targetPort: 51413
protocol: UDP protocol: UDP
persistence: persistence:
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
persistence: persistence:
config: config:
+1
View File
@@ -28,6 +28,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
persistence: persistence:
config: config:
+1
View File
@@ -44,6 +44,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
# -- Enable and configure postgresql database subchart under this key. # -- Enable and configure postgresql database subchart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 8200 port: 8200
targetPort: 8200
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -13,6 +13,7 @@ service:
ports: ports:
main: main:
port: 8096 port: 8096
targetPort: 8096
persistence: persistence:
config: config:
+1
View File
@@ -10,6 +10,7 @@ service:
ports: ports:
main: main:
port: 6052 port: 6052
targetPort: 6052
env: {} env: {}
# ESPHOME_DASHBOARD_USE_PING: true # ESPHOME_DASHBOARD_USE_PING: true
+1
View File
@@ -39,6 +39,7 @@ service:
ports: ports:
main: main:
port: 9001 port: 9001
targetPort: 9001
persistence: persistence:
data: data:
@@ -17,3 +17,4 @@ service:
main: main:
Type: HTTPS Type: HTTPS
port: 443 port: 443
targetPort: 443
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
persistence: persistence:
config: config:
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
probes: probes:
liveness: liveness:
@@ -38,6 +38,7 @@ service:
ports: ports:
main: main:
port: 5000 port: 5000
targetPort: 5000
# Enabled postgres # Enabled postgres
postgresql: postgresql:
+1
View File
@@ -33,6 +33,7 @@ service:
ports: ports:
main: main:
port: 8191 port: 8191
targetPort: 8191
persistence: persistence:
config: config:
+1
View File
@@ -27,6 +27,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -30,6 +30,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -17,6 +17,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
persistence: persistence:
varrun: varrun:
+2
View File
@@ -19,11 +19,13 @@ service:
main: main:
protocol: UDP protocol: UDP
port: 1812 port: 1812
targetPort: 1812
accounting: accounting:
ports: ports:
accounting: accounting:
protocol: UDP protocol: UDP
port: 1813 port: 1813
targetPort: 1813
# -- Probe configuration # -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
env: {} env: {}
# TZ: UTC # TZ: UTC
+1
View File
@@ -13,6 +13,7 @@ service:
ports: ports:
main: main:
port: 8484 port: 8484
targetPort: 8484
env: {} env: {}
# TZ: UTC # TZ: UTC
+2
View File
@@ -8,11 +8,13 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
ssh: ssh:
ports: ports:
ssh: ssh:
port: 2222 port: 2222
targetPort: 2222 targetPort: 2222
targetPort: 2222
envFrom: envFrom:
- configMapRef: - configMapRef:
+1
View File
@@ -22,6 +22,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
persistence: persistence:
data: data:
+1
View File
@@ -36,6 +36,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -37,6 +37,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
persistence: persistence:
data: data:
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
persistence: persistence:
config: config:
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
env: {} env: {}
# TZ: # TZ:
+2
View File
@@ -16,6 +16,7 @@ service:
ports: ports:
main: main:
port: 5800 port: 5800
targetPort: 5800
vnc: vnc:
enabled: true enabled: true
type: ClusterIP type: ClusterIP
@@ -23,6 +24,7 @@ service:
vnc: vnc:
enabled: true enabled: true
port: 5900 port: 5900
targetPort: 5900
protocol: "TCP" protocol: "TCP"
# All values here are set as the docker defaults. # All values here are set as the docker defaults.
+1
View File
@@ -28,6 +28,7 @@ service:
ports: ports:
main: main:
port: 7777 port: 7777
targetPort: 7777
ingress: ingress:
# -- Enable and configure ingress settings for the chart under this key. # -- Enable and configure ingress settings for the chart under this key.
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 8181 port: 8181
targetPort: 8181
persistence: persistence:
config: config:
+1
View File
@@ -23,6 +23,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
# -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details. # -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details.
# @default -- See below # @default -- See below
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
env: {} env: {}
# TZ: # TZ:
+1
View File
@@ -21,6 +21,7 @@ service:
ports: ports:
main: main:
port: 8123 port: 8123
targetPort: 8123
initContainers: initContainers:
init: init:
+4
View File
@@ -35,19 +35,23 @@ service:
ports: ports:
main: main:
port: 8090 port: 8090
targetPort: 8090
jsonservice: jsonservice:
enabled: true enabled: true
port: 19444 port: 19444
targetPort: 19444
protocol: TCP protocol: TCP
targetPort: 19444 targetPort: 19444
protobufservice: protobufservice:
enabled: true enabled: true
port: 19445 port: 19445
targetPort: 19445
protocol: TCP protocol: TCP
targetPort: 19445 targetPort: 19445
boblightservice: boblightservice:
enabled: true enabled: true
port: 19333 port: 19333
targetPort: 19333
protocol: TCP protocol: TCP
targetPort: 19333 targetPort: 19333
@@ -15,6 +15,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
# -- Configures app settings. See [image docs](https://github.com/Hypfer/ICantBelieveItsNotValetudo) for more information. # -- Configures app settings. See [image docs](https://github.com/Hypfer/ICantBelieveItsNotValetudo) for more information.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -16,6 +16,7 @@ service:
main: main:
targetPort: 9117 targetPort: 9117
port: 9117 port: 9117
targetPort: 9117
probes: probes:
liveness: liveness:
+2
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 5800 port: 5800
targetPort: 5800
vnc: vnc:
enabled: true enabled: true
type: ClusterIP type: ClusterIP
@@ -25,6 +26,7 @@ service:
vnc: vnc:
enabled: true enabled: true
port: 5900 port: 5900
targetPort: 5900
protocol: "TCP" protocol: "TCP"
# All values here are set as the docker defaults. # All values here are set as the docker defaults.
+1
View File
@@ -13,6 +13,7 @@ service:
ports: ports:
main: main:
port: 8096 port: 8096
targetPort: 8096
persistence: persistence:
config: config:
+1
View File
@@ -47,6 +47,7 @@ service:
ports: ports:
main: main:
port: 22300 port: 22300
targetPort: 22300
# -- Enable and configure postgresql database subchart under this key. # -- Enable and configure postgresql database subchart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+4
View File
@@ -81,6 +81,7 @@ service:
main: main:
protocol: UDP protocol: UDP
port: 53 port: 53
targetPort: 53
probes: probes:
liveness: liveness:
@@ -89,6 +90,7 @@ probes:
httpGet: httpGet:
path: /health path: /health
port: 8080 port: 8080
targetPort: 8080
scheme: HTTP scheme: HTTP
initialDelaySeconds: 60 initialDelaySeconds: 60
timeoutSeconds: 5 timeoutSeconds: 5
@@ -101,6 +103,7 @@ probes:
httpGet: httpGet:
path: /ready path: /ready
port: 8181 port: 8181
targetPort: 8181
scheme: HTTP scheme: HTTP
initialDelaySeconds: 10 initialDelaySeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
@@ -113,6 +116,7 @@ probes:
httpGet: httpGet:
path: /ready path: /ready
port: 8181 port: 8181
targetPort: 8181
scheme: HTTP scheme: HTTP
initialDelaySeconds: 3 initialDelaySeconds: 3
timeoutSeconds: 2 timeoutSeconds: 2
+1
View File
@@ -48,6 +48,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -19,3 +19,4 @@ service:
main: main:
protocol: TCP protocol: TCP
port: 1688 port: 1688
targetPort: 1688
+1
View File
@@ -24,6 +24,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -17,6 +17,7 @@ service:
ports: ports:
main: main:
port: 5299 port: 5299
targetPort: 5299
env: {} env: {}
# TZ: UTC # TZ: UTC
+1
View File
@@ -46,6 +46,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -13,6 +13,7 @@ service:
ports: ports:
main: main:
port: 8686 port: 8686
targetPort: 8686
env: {} env: {}
# TZ: UTC # TZ: UTC
+1
View File
@@ -11,6 +11,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
envFrom: envFrom:
- configMapRef: - configMapRef:
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
env: {} env: {}
# PHP_TZ: UTC # PHP_TZ: UTC
+1
View File
@@ -36,6 +36,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
ingress: ingress:
# -- Enable and configure ingress settings for the chart under this key. # -- Enable and configure ingress settings for the chart under this key.
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 8081 port: 8081
targetPort: 8081
persistence: persistence:
config: config:
+2
View File
@@ -32,6 +32,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
# -- Configures the probes for the main Pod. # -- Configures the probes for the main Pod.
# @default -- See values.yaml # @default -- See values.yaml
@@ -47,6 +48,7 @@ probes:
httpGet: httpGet:
path: /healthcheck path: /healthcheck
port: 8080 port: 8080
targetPort: 8080
# -- Enable and configure postgresql database subchart under this key. # -- Enable and configure postgresql database subchart under this key.
# @default -- Enabled (see values.yaml for more details) # @default -- Enabled (see values.yaml for more details)
+1
View File
@@ -33,6 +33,7 @@ service:
ports: ports:
main: main:
port: 9090 port: 9090
targetPort: 9090
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
+1
View File
@@ -17,6 +17,7 @@ service:
protocol: TCP protocol: TCP
enabled: true enabled: true
port: 1883 port: 1883
targetPort: 1883
auth: auth:
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. # -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
+1
View File
@@ -21,6 +21,7 @@ service:
ports: ports:
main: main:
port: 3000 port: 3000
targetPort: 3000
persistence: persistence:
config: config:
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
persistence: persistence:
config: config:
+1
View File
@@ -35,6 +35,7 @@ service:
ports: ports:
main: main:
port: 8090 port: 8090
targetPort: 8090
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -10,6 +10,7 @@ service:
ports: ports:
main: main:
port: 4533 port: 4533
targetPort: 4533
env: env:
ND_SCANINTERVAL: "15m" ND_SCANINTERVAL: "15m"
+5
View File
@@ -19,12 +19,14 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
hpb: hpb:
enabled: true enabled: true
ports: ports:
hpb: hpb:
enabled: true enabled: true
port: 7867 port: 7867
targetPort: 7867
env: env:
NEXTCLOUD_ADMIN_USER: "admin" NEXTCLOUD_ADMIN_USER: "admin"
@@ -87,6 +89,7 @@ probes:
httpGet: httpGet:
path: /status.php path: /status.php
port: 80 port: 80
targetPort: 80
httpHeaders: httpHeaders:
- name: Host - name: Host
value: "test.fakedomain.dns" value: "test.fakedomain.dns"
@@ -105,6 +108,7 @@ probes:
httpGet: httpGet:
path: /status.php path: /status.php
port: 80 port: 80
targetPort: 80
httpHeaders: httpHeaders:
- name: Host - name: Host
value: "test.fakedomain.dns" value: "test.fakedomain.dns"
@@ -123,6 +127,7 @@ probes:
httpGet: httpGet:
path: /status.php path: /status.php
port: 80 port: 80
targetPort: 80
httpHeaders: httpHeaders:
- name: Host - name: Host
value: "test.fakedomain.dns" value: "test.fakedomain.dns"
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 1880 port: 1880
targetPort: 1880
persistence: persistence:
data: data:
+1
View File
@@ -17,6 +17,7 @@ service:
ports: ports:
main: main:
port: 8000 port: 8000
targetPort: 8000
persistence: persistence:
data: data:
+1
View File
@@ -22,6 +22,7 @@ service:
ports: ports:
main: main:
port: 6080 port: 6080
targetPort: 6080
persistence: persistence:
varrun: varrun:
enabled: true enabled: true
+3
View File
@@ -39,9 +39,11 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
https: https:
enabled: true enabled: true
port: 443 port: 443
targetPort: 443
persistence: persistence:
config: config:
@@ -61,3 +63,4 @@ probes:
httpGet: httpGet:
path: /welcome.txt path: /welcome.txt
port: main port: main
targetPort: main
+1
View File
@@ -10,6 +10,7 @@ service:
ports: ports:
main: main:
port: 6789 port: 6789
targetPort: 6789
probes: probes:
liveness: liveness:
+4
View File
@@ -13,6 +13,7 @@ service:
ports: ports:
main: main:
port: 5076 port: 5076
targetPort: 5076
env: {} env: {}
# TZ: UTC # TZ: UTC
@@ -28,6 +29,7 @@ probes:
httpGet: httpGet:
path: /actuator/health/livenessState path: /actuator/health/livenessState
port: main port: main
targetPort: main
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
@@ -39,6 +41,7 @@ probes:
httpGet: httpGet:
path: /actuator/health/readinessState path: /actuator/health/readinessState
port: main port: main
targetPort: main
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
@@ -50,6 +53,7 @@ probes:
httpGet: httpGet:
path: /actuator/health/readinessState path: /actuator/health/readinessState
port: main port: main
targetPort: main
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 10 timeoutSeconds: 10
+1
View File
@@ -40,6 +40,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+3
View File
@@ -30,13 +30,16 @@ service:
ports: ports:
main: main:
port: 8069 port: 8069
targetPort: 8069
odoo: odoo:
ports: ports:
odoo-1: odoo-1:
port: 8071 port: 8071
targetPort: 8071
protocol: TCP protocol: TCP
odoo-2: odoo-2:
port: 8072 port: 8072
targetPort: 8072
protocol: TCP protocol: TCP
persistence: persistence:
@@ -34,6 +34,7 @@ service:
ports: ports:
main: main:
port: 8043 port: 8043
targetPort: 8043
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -13,6 +13,7 @@ service:
ports: ports:
main: main:
port: 3579 port: 3579
targetPort: 3579
env: {} env: {}
# TZ: UTC # TZ: UTC
@@ -32,6 +32,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
ingress: ingress:
# -- Enable and configure ingress settings for the chart under this key. # -- Enable and configure ingress settings for the chart under this key.
+1
View File
@@ -38,6 +38,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+2
View File
@@ -43,10 +43,12 @@ service:
ports: ports:
main: main:
port: 389 port: 389
targetPort: 389
https: https:
ports: ports:
https: https:
port: 636 port: 636
targetPort: 636
# Default configuration for openldap as environment variables. These get injected directly in the container. # Default configuration for openldap as environment variables. These get injected directly in the container.
# Use the env variables from https://github.com/osixia/docker-openldap#beginner-guide # Use the env variables from https://github.com/osixia/docker-openldap#beginner-guide
+1
View File
@@ -18,6 +18,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
env: {} env: {}
# TZ: UTC # TZ: UTC
+1
View File
@@ -22,6 +22,7 @@ service:
ports: ports:
main: main:
port: 8888 port: 8888
targetPort: 8888
persistence: persistence:
config: config:
+1
View File
@@ -31,6 +31,7 @@ service:
ports: ports:
main: main:
port: 5055 port: 5055
targetPort: 5055
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+2
View File
@@ -28,6 +28,7 @@ service:
ports: ports:
main: main:
port: 8080 port: 8080
targetPort: 8080
rtmp: rtmp:
enabled: true enabled: true
type: NodePort type: NodePort
@@ -36,6 +37,7 @@ service:
rtmp: rtmp:
enabled: true enabled: true
port: 1935 port: 1935
targetPort: 1935
protocol: TCP protocol: TCP
targetPort: 1935 targetPort: 1935
+1
View File
@@ -29,6 +29,7 @@ service:
ports: ports:
main: main:
port: 9200 port: 9200
targetPort: 9200
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -20,6 +20,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
env: env:
PGADMIN_DEFAULT_EMAIL: "replace@this.now" PGADMIN_DEFAULT_EMAIL: "replace@this.now"
+1
View File
@@ -55,6 +55,7 @@ service:
ports: ports:
main: main:
port: 2342 port: 2342
targetPort: 2342
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
persistence: persistence:
config: config:
+1
View File
@@ -19,6 +19,7 @@ service:
ports: ports:
main: main:
port: 80 port: 80
targetPort: 80
persistence: persistence:
varrun: varrun:

Some files were not shown because too many files have changed in this diff Show More