Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7dab02ff authored by Jamalac Orange's avatar Jamalac Orange
Browse files

feature(ci): add label to service.yml

parent 6090d7ba
No related branches found
No related tags found
2 merge requests!105Release 2.3.2,!103feature(ci): add label to service.yml
Pipeline #681746 passed
......@@ -2,9 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: submission-code-server-deployment
labels:
app: submission-code-server
name: submission-code-server
spec:
revisionHistoryLimit: 1
selector:
......
apiVersion: v1
kind: Service
metadata:
labels:
application: tac # do not delete, used for billing
name: submission-code-server-service # Service name
spec:
type: NodePort # Sets the service type
type: NodePort
selector:
app: submission-code-server # Defines app that will be targeted
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment