Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
et-iedo-public
helm
helm-apache-shib
Commits
8f040252
Commit
8f040252
authored
Nov 06, 2020
by
Adam Lewenberg
Browse files
more work
parent
989a4372
Changes
3
Hide whitespace changes
Inline
Side-by-side
Chart.yaml
View file @
8f040252
apiVersion
:
v2
name
:
apache-shib
description
:
Example
Helm chart for Apache+Shibboleth
name
:
apache-shib
-demo
description
:
Demonstration
Helm chart for Apache+Shibboleth
# A chart can be either an 'application' or a 'library' chart.
#
...
...
README.md
View file @
8f040252
...
...
@@ -30,4 +30,14 @@ The architecture follows the standard GCP Ingress model:
## Helm
LATER.
## Secrets
This Helm chart does
*not*
setup or provision any Kubernetes secrets: you
must create them independently. The secrets needed are:
*
`apache-shib-demo-<APP_ENV>-saml-key.pem`
*
`apache-shib-demo-<APP_ENV>-saml-crt.pem`
templates/deployment.yaml
View file @
8f040252
...
...
@@ -34,3 +34,19 @@ spec:
path
:
/
initialDelaySeconds
:
10
periodSeconds
:
10
volumeMounts
:
-
name
:
saml-crt.pem
mountPath
:
/etc/ssl/certs/saml-crt.pem
subPath
:
saml-crt.pem
-
name
:
saml-key.pem
mountPath
:
/etc/ssl/private/saml-key.pem
subPath
:
saml-key.pem
## VOLUMES
volumes
:
-
name
:
saml-crt.pem
secret
:
secretName
:
"
{{
$APP_NAMESPACE
}}-saml-crt.pem"
-
name
:
saml-key.pem
secret
:
secretName
:
"
{{
$APP_NAMESPACE
}}-saml-key.pem"
Write
Preview
Supports
Markdown
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