This commit is contained in:
2023-06-06 19:13:34 -04:00
parent 6a01c34091
commit f9b6e2136b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: autoscaling/v2 apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
metadata: metadata:
name: {{ .Chart.Name }}-hpa name: "{{ .Chart.Name }}-hpa"
spec: spec:
scaleTargetRef: scaleTargetRef:
apiVersion: apps/v1 apiVersion: apps/v1

View File

@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ .Chart.Name }}-service name: "{{ .Chart.Name }}-service"
spec: spec:
ports: ports:
- name: http - name: http