metis: fix pvc rollout and sentinel pulls
This commit is contained in:
parent
92fbe0ebdf
commit
adfbe4ed64
@ -7,6 +7,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: metis
|
app: metis
|
||||||
|
|||||||
@ -17,6 +17,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: metis-sentinel-amd64
|
app: metis-sentinel-amd64
|
||||||
spec:
|
spec:
|
||||||
|
serviceAccountName: metis
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
hostPID: true
|
hostPID: true
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
@ -17,6 +17,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: metis-sentinel-arm64
|
app: metis-sentinel-arm64
|
||||||
spec:
|
spec:
|
||||||
|
serviceAccountName: metis
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
hostPID: true
|
hostPID: true
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
@ -4,3 +4,5 @@ kind: ServiceAccount
|
|||||||
metadata:
|
metadata:
|
||||||
name: metis
|
name: metis
|
||||||
namespace: maintenance
|
namespace: maintenance
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: harbor-regcred
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user