This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ spec:
|
||||
- name: k8s-pilot
|
||||
# Replace with your Gitea registry path:
|
||||
# image: git.it-microevo.com/<user>/k8s-pilot:latest
|
||||
image: k8s-pilot:latest
|
||||
image: gitea.it-microevo.com/dev/k8s-pilot:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
@@ -23,6 +23,9 @@ rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["events"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["secrets"]
|
||||
verbs: ["get", "list"]
|
||||
- apiGroups: ["apps"]
|
||||
resources: ["deployments", "replicasets"]
|
||||
verbs: ["get", "list", "watch", "patch", "update"]
|
||||
|
||||
Reference in New Issue
Block a user