Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
8fdf6f5f
Commit
8fdf6f5f
authored
Jun 18, 2021
by
Mikhail Piatliou (EPAM)
Browse files
GONRG-2627: minor improvements for helms
parent
60bd1955
Pipeline
#46939
passed with stages
in 21 minutes and 42 seconds
Changes
5
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
devops/gcp/configmap/Chart.yaml
View file @
8fdf6f5f
apiVersion
:
v2
name
:
partition-configmap
name
:
gcp-
partition-configmap
description
:
A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
...
...
devops/gcp/deploy/Chart.yaml
View file @
8fdf6f5f
apiVersion
:
v2
name
:
partition-deploy
name
:
gcp-
partition-deploy
description
:
A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
...
...
devops/gcp/deploy/templates/partition-deploy.yml
View file @
8fdf6f5f
...
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
Deployment
metadata
:
name
:
"
{{
.Values.conf.app_name
}}"
namespace
:
{{
.Release.Namespace
}}
namespace
:
"
{{
.Release.Namespace
}}
"
spec
:
replicas
:
1
selector
:
...
...
devops/gcp/deploy/templates/partition-service.yml
View file @
8fdf6f5f
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
kind
:
Service
metadata
:
name
:
"
{{
.Values.conf.app_name
}}"
namespace
:
{{
.Release.Namespace
}}
namespace
:
"
{{
.Release.Namespace
}}
"
annotations
:
cloud.google.com/neg
:
'
{"ingress":
true}'
spec
:
...
...
devops/gcp/deploy/templates/partition-virtual-service.yml
View file @
8fdf6f5f
...
...
@@ -2,7 +2,7 @@ apiVersion: networking.istio.io/v1alpha3
kind
:
VirtualService
metadata
:
name
:
"
{{
.Values.conf.app_name
}}"
namespace
:
{{
.Release.Namespace
}}
namespace
:
"
{{
.Release.Namespace
}}
"
spec
:
hosts
:
-
"
*"
...
...
@@ -11,9 +11,9 @@ spec:
http
:
-
match
:
-
uri
:
prefix
:
/api/partition
prefix
:
"
/api/partition
"
route
:
-
destination
:
port
:
number
:
80
host
:
{{
.Values.conf.app_name
}}
.{{ .Release.Namespace }}.svc.cluster.local
host
:
"
{{
.Values.conf.app_name
}}.{{
.Release.Namespace
}}.svc.cluster.local
"
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