Skip to content

Commit

Permalink
Unsetting "None" for the Gitea Service cluster IP
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 16, 2023
1 parent d844fa6 commit 3ce822a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/workloads/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ persistence:
service:
http:
type: ClusterIP
clusterIP: ""
ssh:
type: LoadBalancer
annotations:
Expand All @@ -17,7 +18,7 @@ service:
ingress:
enabled: true
apiVersion: networking.k8s.io/v1
ingressClassName: nginx
className: nginx
annotations:
cert-manager.io/cluster-issuer: acme-prod
hosts:
Expand Down

0 comments on commit 3ce822a

Please sign in to comment.