Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
indiehost
tech
infrastructure
keycloak-kustomize
Commits
7ba086e9
Verified
Commit
7ba086e9
authored
Sep 03, 2021
by
Hugo
Browse files
ingress example
parent
41df2c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7ba086e9
...
...
@@ -47,3 +47,29 @@ secretGenerator:
envs
:
-
keycloak.config
```
### Ingress
```
yaml
# ingress.yaml
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
keycloak
annotations
:
kubernetes.io/tls-acme
:
"
true"
nginx.ingress.kubernetes.io/backend-protocol
:
"
HTTPS"
spec
:
rules
:
-
host
:
id.liiib.re
http
:
paths
:
-
backend
:
serviceName
:
keycloak
servicePort
:
https
path
:
/
tls
:
-
hosts
:
-
id.liiib.re
secretName
:
id-liiib-re-tls
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment