Skip to content

Commit

Permalink
feat(operator): Expose auth service container resources (#38)
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
guzalv authored Oct 10, 2024
1 parent 20367da commit 9d4f6ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ spec:
capabilities:
drop:
- "ALL"
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
resources: {{- toYaml .deployment.container.authService.resources | nindent 12 }}
nodeSelector: {{- toYaml .deployment.nodeSelector | nindent 8 }}
tolerations: {{- toYaml .deployment.tolerations | nindent 8 }}
{{- with .deployment.imagePullSecrets }}
Expand Down
7 changes: 7 additions & 0 deletions helm/stunner-gateway-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ stunnerAuthService:
name: docker.io/l7mp/stunner-auth-server
pullPolicy: IfNotPresent
tag: 0.21.0
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
args:
- --port=8088
- -v

0 comments on commit 9d4f6ef

Please sign in to comment.