Feature/automation #6

Merged
dutchie031 merged 39 commits from feature/automation into main 2026-07-30 12:26:55 +00:00
Showing only changes of commit 2ac5d6579d - Show all commits
+13
View File
@@ -1,3 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.app }}
namespace: spearhead-docs
spec:
selector:
app.kubernetes.io/name: {{ .Values.app }}
ports:
- protocol: TCP
port: {{ .Values.ports.servicePort }}
targetPort: {{ .Values.ports.containerPort }}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: