chore: Move hipster and petimeter to attic

This commit is contained in:
2026-04-19 11:36:07 +02:00
parent 44ae197178
commit a68b95ec28
23 changed files with 0 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "Petimeter.fullname" . }}
labels:
{{- include "Petimeter.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "Petimeter.selectorLabels" . | nindent 4 }}