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
OSUG
RESIF
ws.resif.fr-k8s
Commits
5b8f0208
Commit
5b8f0208
authored
May 13, 2022
by
Thibault Rolland
Browse files
remove old manifests
parent
4e2d35c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
config.yaml
deleted
100644 → 0
View file @
4e2d35c3
##########
# FORMAT #
##########
# All arguments are optional.
# Only the keys in this list are interpreted, the others are ignored.
# Each list item (start with '-') can be duplicated as many times as necessary.
# The easiest way to create a new configuration is to copy this document and modify it.
name
:
ws-resif-fr
# BASE
port
:
80
url
:
/
containers
:
-
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws.resif.fr/ws-resif-fr
port
:
80
cpu_request
:
100m
mem_request
:
50M
cpu_limit
:
200m
mem_limit
:
64M
# ENVIRONMENTS
contexts
:
-
name
:
staging
containers
:
-
tag
:
03c9e2dc
host
:
ws-staging.resif.fr
-
name
:
production
containers
:
-
tag
:
c8ee237e
host
:
ws.resif.fr
# TODO: Add in service
spec.ports[0]
:
targetPort
:
80
# TODO: Delete annotations in ingress
dev/manifest.yaml
deleted
100644 → 0
View file @
4e2d35c3
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
name
:
ws-resif-fr
labels
:
app
:
ws-resif-fr
spec
:
rules
:
-
host
:
"
wsdev.resif.fr"
http
:
paths
:
-
path
:
/
pathType
:
Prefix
backend
:
service
:
name
:
ws-resif-fr
port
:
number
:
80
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
ws-resif-fr
labels
:
app
:
ws-resif-fr
spec
:
type
:
ClusterIP
selector
:
app
:
ws-resif-fr
ports
:
-
port
:
80
targetPort
:
80
---
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
ws-resif-fr
spec
:
selector
:
matchLabels
:
app
:
ws-resif-fr
template
:
metadata
:
labels
:
app
:
ws-resif-fr
spec
:
containers
:
-
name
:
ws-resif-fr
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws.resif.fr/ws-resif-fr:03c9e2dc
resources
:
requests
:
memory
:
"
50M"
cpu
:
"
100m"
limits
:
memory
:
"
64M"
cpu
:
"
200m"
ports
:
-
containerPort
:
80
production/manifest.yaml
deleted
100644 → 0
View file @
4e2d35c3
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
name
:
ws-resif-fr
labels
:
app
:
ws-resif-fr
spec
:
rules
:
-
host
:
"
ws.resif.fr"
http
:
paths
:
-
path
:
/
pathType
:
Prefix
backend
:
service
:
name
:
ws-resif-fr
port
:
number
:
80
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
ws-resif-fr
labels
:
app
:
ws-resif-fr
spec
:
type
:
ClusterIP
selector
:
app
:
ws-resif-fr
ports
:
-
port
:
80
targetPort
:
80
---
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
ws-resif-fr
spec
:
selector
:
matchLabels
:
app
:
ws-resif-fr
template
:
metadata
:
labels
:
app
:
ws-resif-fr
spec
:
containers
:
-
name
:
ws-resif-fr
image
:
gricad-registry.univ-grenoble-alpes.fr/osug/resif/ws.resif.fr/ws-resif-fr:c8ee237e
resources
:
requests
:
memory
:
"
50M"
cpu
:
"
100m"
limits
:
memory
:
"
64M"
cpu
:
"
200m"
ports
:
-
containerPort
:
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