Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
391343ef
Unverified
Commit
391343ef
authored
2 years ago
by
Akhil
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #3627 from G33tha/release-5.2.0-inquiry
updated nginx config
parents
544537fb
f975c3f4
release-5.2.0-inquiry_RC1
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
kubernetes/helm_charts/core/nginx-public-ingress/templates/configMap.yaml
+0
-22
...charts/core/nginx-public-ingress/templates/configMap.yaml
kubernetes/helm_charts/core/nginx-public-ingress/templates/daemonset.yaml
+2
-11
...charts/core/nginx-public-ingress/templates/daemonset.yaml
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
+48
-949
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
with
50 additions
and
982 deletions
+50
-982
kubernetes/helm_charts/core/nginx-public-ingress/templates/configMap.yaml
+
0
−
22
View file @
391343ef
...
...
@@ -19,26 +19,4 @@ data:
nginx.conf
:
|
{{
.Values.nginxconfig | indent 4
}}
---
{{
- if .Values.merge_domain_status
}}
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
keycloak-conf
namespace
:
{{
.Values.namespace
}}
data
:
keycloak.conf
:
|
{{
.Values.keycloakconf | indent 4
}}
{{
- end
}}
---
{{
- if .Values.apple_universal_links
}}
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
apple-universal-links
namespace
:
{{
.Values.namespace
}}
data
:
apple-app-site-association.json
:
|
{{
.Values.apple_universal_links | indent 4
}}
{{
- end
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/core/nginx-public-ingress/templates/daemonset.yaml
+
2
−
11
View file @
391343ef
...
...
@@ -34,12 +34,7 @@ spec:
name
:
proxy-default
-
name
:
nginx-config
configMap
:
name
:
nginx-conf
{{
- if .Values.apple_universal_links
}}
-
name
:
apple-site-association
configMap
:
name
:
apple-universal-links
{{
- end
}}
name
:
nginx-conf
{{
- if .Values.volumes
}}
{{
toYaml .Values.volumes | indent 8
}}
{{
- end
}}
...
...
@@ -56,11 +51,7 @@ spec:
mountPath
:
/etc/nginx/defaults.d
-
name
:
nginx-config
mountPath
:
/etc/nginx/nginx.conf
subPath
:
nginx.conf
{{
- if .Values.apple_universal_links
}}
-
name
:
apple-site-association
mountPath
:
/var/www/html
{{
- end
}}
subPath
:
nginx.conf
{{
- if .Values.volumeMounts
}}
{{
toYaml .Values.volumeMounts | indent 10
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
+
48
−
949
View file @
391343ef
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets