v1 release: Initial release

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

View file

@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nginx-reverse-proxy-config
namespace: {{ .Values.namespace }}
data:
default.conf: |-
{{ include "nginx.configmap.content" . | nindent 4 }}