Skip to content

Commit a5775f2

Browse files
committed
Add generated files
1 parent a9b0f3f commit a5775f2

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

deploy/inference-nginx-plus/deploy.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ metadata:
1515
namespace: nginx-gateway
1616
---
1717
apiVersion: v1
18+
automountServiceAccountToken: false
1819
kind: ServiceAccount
1920
metadata:
2021
labels:
@@ -54,15 +55,33 @@ metadata:
5455
rules:
5556
- apiGroups:
5657
- ""
57-
- apps
58-
- autoscaling
5958
resources:
6059
- secrets
6160
- configmaps
6261
- serviceaccounts
6362
- services
63+
verbs:
64+
- create
65+
- update
66+
- delete
67+
- list
68+
- get
69+
- watch
70+
- apiGroups:
71+
- apps
72+
resources:
6473
- deployments
6574
- daemonsets
75+
verbs:
76+
- create
77+
- update
78+
- delete
79+
- list
80+
- get
81+
- watch
82+
- apiGroups:
83+
- autoscaling
84+
resources:
6685
- horizontalpodautoscalers
6786
verbs:
6887
- create
@@ -358,6 +377,7 @@ spec:
358377
metadata:
359378
annotations: null
360379
spec:
380+
automountServiceAccountToken: true
361381
containers:
362382
- args:
363383
- generate-certs

deploy/inference/deploy.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ metadata:
1515
namespace: nginx-gateway
1616
---
1717
apiVersion: v1
18+
automountServiceAccountToken: false
1819
kind: ServiceAccount
1920
metadata:
2021
labels:
@@ -54,15 +55,33 @@ metadata:
5455
rules:
5556
- apiGroups:
5657
- ""
57-
- apps
58-
- autoscaling
5958
resources:
6059
- secrets
6160
- configmaps
6261
- serviceaccounts
6362
- services
63+
verbs:
64+
- create
65+
- update
66+
- delete
67+
- list
68+
- get
69+
- watch
70+
- apiGroups:
71+
- apps
72+
resources:
6473
- deployments
6574
- daemonsets
75+
verbs:
76+
- create
77+
- update
78+
- delete
79+
- list
80+
- get
81+
- watch
82+
- apiGroups:
83+
- autoscaling
84+
resources:
6685
- horizontalpodautoscalers
6786
verbs:
6887
- create
@@ -354,6 +373,7 @@ spec:
354373
metadata:
355374
annotations: null
356375
spec:
376+
automountServiceAccountToken: true
357377
containers:
358378
- args:
359379
- generate-certs

0 commit comments

Comments
 (0)