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