heimdall update
This commit is contained in:
@@ -71,7 +71,7 @@ spec:
|
||||
value: "1000"
|
||||
- name: TZ
|
||||
value: CET
|
||||
image: lscr.io/linuxserver/heimdall:v2.6.3-ls302
|
||||
image: lscr.io/linuxserver/heimdall:v2.7.6-ls325
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
@@ -102,15 +102,6 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
- mountPath: /etc/ssl/certs/my-root.crt
|
||||
name: ca-cert-volume
|
||||
subPath: root
|
||||
- mountPath: /etc/ssl/certs/my-k8s.crt
|
||||
name: ca-cert-volume
|
||||
subPath: k8s
|
||||
- mountPath: /etc/ssl/certs/my-xca.crt
|
||||
name: ca-cert-volume
|
||||
subPath: xca
|
||||
dnsPolicy: ClusterFirst
|
||||
enableServiceLinks: true
|
||||
serviceAccountName: default
|
||||
@@ -118,6 +109,3 @@ spec:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: heimdall-config
|
||||
- name: ca-cert-volume
|
||||
secret:
|
||||
secretName: ca-certs
|
||||
Reference in New Issue
Block a user