Skip to content

Commit

Permalink
enable ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Jan 13, 2024
1 parent d16fa6a commit 19778f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/deployment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ spec:
secretKeyRef:
key: rdb-password
name: swytch-once
- name: SERVER_NAME
value: ":80"
resources:
requests:
cpu: 100m
Expand Down
1 change: 1 addition & 0 deletions charts/deployment/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec:
name: http
selector:
app: swytch-once
ipFamilyPolicy: PreferDualStack

0 comments on commit 19778f7

Please sign in to comment.