Update ipify chart
This commit is contained in:
parent
949894fe7f
commit
eb299cf1e8
@ -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:
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user