v1.0.0 release: Initial release
This commit is contained in:
commit
9ec5e3d112
11 changed files with 1184 additions and 0 deletions
8
helm-chart/templates/configmap.yaml
Normal file
8
helm-chart/templates/configmap.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue