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
989a4372
Commit
989a4372
authored
Nov 05, 2020
by
Adam Lewenberg
Browse files
more work (take 7)
parent
b3223ef2
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/certificate.yaml
View file @
989a4372
...
...
@@ -2,8 +2,8 @@
apiVersion
:
networking.gke.io/v1beta1
kind
:
ManagedCertificate
metadata
:
name
:
"
{{
$APP_NAMESPACE
}}
"
name
:
{{
$APP_NAMESPACE
}}
spec
:
domains
:
-
"
{{
.Values.SERVERNAME
}}
"
-
{{
.Values.SERVERNAME
}}
templates/deployment.yaml
View file @
989a4372
...
...
@@ -2,20 +2,20 @@
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
"
{{
$APP_NAMESPACE
}}
"
name
:
{{
$APP_NAMESPACE
}}
spec
:
replicas
:
{{
.Values.replicaCount
}}
selector
:
matchLabels
:
app
:
"
{{
.Chart.Name
}}
"
app
:
{{
.Chart.Name
}}
template
:
metadata
:
labels
:
app
:
"
{{
.Chart.Name
}}
"
app
:
{{
.Chart.Name
}}
spec
:
## CONTAINERS
containers
:
-
name
:
"
{{
.Chart.Name
}}
"
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
ports
:
...
...
templates/service.yaml
View file @
989a4372
...
...
@@ -2,11 +2,11 @@
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
"
{{
$APP_NAMESPACE
}}
"
name
:
{{
$APP_NAMESPACE
}}
spec
:
type
:
NodePort
selector
:
app
:
"
{{
.Chart.Name
}}
"
app
:
{{
.Chart.Name
}}
ports
:
-
protocol
:
TCP
port
:
80
...
...
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