Skip to content

Commit

Permalink
Updated image
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Nov 9, 2022
1 parent d14b034 commit 9fe297c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/k8soketi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app:
image:
repository: quay.io/soketi/k8soketi
pullPolicy: IfNotPresent
tag: "62e6f28d8f527e9461f48d80b27e945f4155e8b2-18-debian"
tag: "0.1-18-debian"
# You can use distroless to avoid Remote Code Execution attacks in-cluster.
# tag: "latest-18-distroless"

Expand Down Expand Up @@ -61,6 +61,8 @@ app:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet

# Peer server is the P2P server that pods will communicate between them.
# Default is 6002, but you can set any port you want.
peerServer:
service:
type: ClusterIP
Expand Down

0 comments on commit 9fe297c

Please sign in to comment.