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