metis: fix pvc rollout and sentinel pulls

This commit is contained in:
jenkins 2026-05-10 04:36:31 -03:00
parent 92fbe0ebdf
commit adfbe4ed64
4 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@ metadata:
spec:
replicas: 1
revisionHistoryLimit: 3
strategy:
type: Recreate
selector:
matchLabels:
app: metis

View File

@ -17,6 +17,7 @@ spec:
labels:
app: metis-sentinel-amd64
spec:
serviceAccountName: metis
automountServiceAccountToken: false
hostPID: true
tolerations:

View File

@ -17,6 +17,7 @@ spec:
labels:
app: metis-sentinel-arm64
spec:
serviceAccountName: metis
automountServiceAccountToken: false
hostPID: true
tolerations:

View File

@ -4,3 +4,5 @@ kind: ServiceAccount
metadata:
name: metis
namespace: maintenance
imagePullSecrets:
- name: harbor-regcred