Update ipify chart

This commit is contained in:
dvirlabs 2025-12-23 21:27:19 +02:00
parent 949894fe7f
commit eb299cf1e8
2 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,9 @@ spec:
- containerPort: {{ .Values.frontend.service.targetPort }}
name: http
protocol: TCP
env:
- name: VITE_API_URL
value: {{ .Values.env.backendUrl | quote }}
resources:
{{- toYaml .Values.frontend.resources | nindent 10 }}
livenessProbe:

View File

@ -59,3 +59,8 @@ ingress:
- secretName: ipify-tls
hosts:
- ipify.example.com
# Environment variables
env:
# Backend URL for frontend to use
backendUrl: "https://ipify.example.com/api"