Skip to content

Commit

Permalink
ci: rename auth container/nginx cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Jul 12, 2024
1 parent 31a1e7a commit 1962302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ spec:
runAsUser: 65534 # "nobody" user by default
runAsGroup: 65534 # "nogroup" group by default
# -----------------------------------------------------
# Datatracker Container
# Auth Container
# -----------------------------------------------------
- name: datatracker
- name: auth
image: "ghcr.io/ietf-tools/datatracker:$APP_IMAGE_TAG"
imagePullPolicy: Always
volumeMounts:
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
- name: nginx-tmp
mountPath: /tmp
- name: dt-cfg
mountPath: /etc/nginx/conf.d/datatracker.conf
mountPath: /etc/nginx/conf.d/auth.conf
subPath: nginx-auth.conf
volumes:
# To be overriden with the actual shared volume
Expand Down

0 comments on commit 1962302

Please sign in to comment.