Skip to content

Commit

Permalink
[OSSM-3337] Support for IPv6 in the bookinfo mongo sample (maistra#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 authored Sep 17, 2024
1 parent 3299791 commit 7c3121b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/bookinfo/platform/kube/bookinfo-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ spec:
volumeMounts:
- name: data-db
mountPath: /data/db
args:
- '--ipv6'
- '--bind_ip_all'
volumes:
- name: data-db
emptyDir: {}
Expand Down

0 comments on commit 7c3121b

Please sign in to comment.