mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 06:58:45 +08:00
update some ci values
This commit is contained in:
@@ -1,59 +0,0 @@
|
||||
image:
|
||||
repository: traefik/whoami
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
port: 8080
|
||||
controllers:
|
||||
main:
|
||||
pod:
|
||||
containers:
|
||||
main:
|
||||
args:
|
||||
- --port
|
||||
- "8080"
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
k1: value1
|
||||
k2: 80
|
||||
k3: pair
|
||||
k4: value2
|
||||
k5: 81
|
||||
k6: false
|
||||
configmap:
|
||||
envparsetest:
|
||||
enabled: true
|
||||
parseAsEnv: true
|
||||
content:
|
||||
key1: 123
|
||||
key2: value2
|
||||
kvtest:
|
||||
enabled: true
|
||||
content:
|
||||
key: "{{ .Values.k6 }}"
|
||||
|
||||
filetest:
|
||||
enabled: true
|
||||
content:
|
||||
nginx.conf2: |
|
||||
alias {{ .Values.k4 }}
|
||||
listen {{ .Values.k5 }}
|
||||
function {
|
||||
# some json
|
||||
"key": {
|
||||
"key2": "value",
|
||||
"key3": "value2"
|
||||
}
|
||||
}
|
||||
@@ -1,60 +0,0 @@
|
||||
image:
|
||||
repository: traefik/whoami
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
port: 8080
|
||||
|
||||
controllers:
|
||||
main:
|
||||
pod:
|
||||
containers:
|
||||
main:
|
||||
args:
|
||||
- --port
|
||||
- "8080"
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
k1: value1
|
||||
k2: 80
|
||||
k3: pair
|
||||
k4: value2
|
||||
k5: 81
|
||||
k6: false
|
||||
secret:
|
||||
envparsetest:
|
||||
enabled: true
|
||||
parseAsEnv: true
|
||||
content:
|
||||
key1: 123
|
||||
key2: value2
|
||||
kvtest:
|
||||
enabled: true
|
||||
content:
|
||||
key: "{{ .Values.k6 }}"
|
||||
|
||||
filetest:
|
||||
enabled: true
|
||||
content:
|
||||
nginx.conf2: |
|
||||
alias {{ .Values.k4 }}
|
||||
listen {{ .Values.k5 }}
|
||||
function {
|
||||
# some json
|
||||
"key": {
|
||||
"key2": "value",
|
||||
"key3": "value2"
|
||||
}
|
||||
}
|
||||
@@ -33,6 +33,10 @@ key4: value2
|
||||
key5: 81
|
||||
key6: false
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: kv-test
|
||||
|
||||
configmap:
|
||||
kv-test:
|
||||
enabled: true
|
||||
|
||||
@@ -41,5 +41,3 @@ imagePullSecret:
|
||||
username: "{{ .Values.user }}"
|
||||
password: "{{ .Values.pass }}"
|
||||
email: "{{ .Values.email }}"
|
||||
# TODO: Add support for targetSelector
|
||||
# targetSelector: all
|
||||
|
||||
@@ -33,6 +33,10 @@ key4: value2
|
||||
key5: 81
|
||||
key6: false
|
||||
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: kv-test
|
||||
|
||||
secret:
|
||||
kv-test:
|
||||
enabled: true
|
||||
|
||||
@@ -173,8 +173,7 @@ workload:
|
||||
# TODO:
|
||||
portal: {}
|
||||
|
||||
|
||||
# -- SCALE GPU (TODO: Only the resources part is left)
|
||||
# -- SCALE GPU (TODO: Only the resources/targetSelector part is left)
|
||||
scaleGPU:
|
||||
- gpu:
|
||||
key: value
|
||||
@@ -186,6 +185,20 @@ scaleGPU:
|
||||
|
||||
##### ⬇ Done ⬇ #####
|
||||
|
||||
# -- Timezone used everywhere applicable
|
||||
TIMEZONE: UTC
|
||||
|
||||
# -- (docs/service/README.md)
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
protocol: HTTP
|
||||
|
||||
# -- (docs/persistence/README.md)
|
||||
persistence:
|
||||
shared:
|
||||
@@ -209,20 +222,6 @@ persistence:
|
||||
mountPath: /dev/shm
|
||||
targetSelectAll: true
|
||||
|
||||
# -- (docs/service/README.md)
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
protocol: HTTP
|
||||
|
||||
# -- Timezone used everywhere applicable
|
||||
TIMEZONE: UTC
|
||||
|
||||
# -- Injected from SCALE middleware
|
||||
# Only for reference here
|
||||
ixExternalInterfacesConfiguration: []
|
||||
|
||||
Reference in New Issue
Block a user