v1.0.0 release: Initial release

This commit is contained in:
Waylon S. Walker 2025-02-04 15:19:12 -06:00
commit 9ec5e3d112
11 changed files with 1184 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-reverse-proxy
namespace: {{ .Values.namespace }}
spec:
selector:
app: nginx-reverse-proxy
ports:
- port: 80
targetPort: 80
protocol: TCP