add service account config
This commit is contained in:
		| @@ -25,13 +25,20 @@ rules: | ||||
|       - get | ||||
|       - list | ||||
|   - apiGroups: | ||||
|       - traefik.containo.us | ||||
|       - traefik.io | ||||
|     resources: | ||||
|       - ingressroutes | ||||
|     verbs: | ||||
|       - get | ||||
|       - list | ||||
|   - apiGroups: | ||||
|       - gateway.networking.k8s.io | ||||
|     resources: | ||||
|       - httproutes | ||||
|       - gateways | ||||
|     verbs: | ||||
|       - get | ||||
|       - list | ||||
|   - apiGroups: | ||||
|       - metrics.k8s.io | ||||
|     resources: | ||||
| @@ -40,9 +47,3 @@ rules: | ||||
|     verbs: | ||||
|       - get | ||||
|       - list | ||||
|   - apiGroups: | ||||
|       - apiextensions.k8s.io | ||||
|     resources: | ||||
|       - customresourcedefinitions/status | ||||
|     verbs: | ||||
|       - get | ||||
|   | ||||
| @@ -7,6 +7,10 @@ homepage: | ||||
|       annotations: | ||||
|         reloader.stakater.com/auto: "true" | ||||
|       strategy: Recreate | ||||
|       serviceAccount: | ||||
|         name: homepage | ||||
|       pod: | ||||
|         automountServiceAccountToken: true | ||||
|       containers: | ||||
|         main: | ||||
|           image: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user