Skip to content

Commit

Permalink
#318 Renamed student prototype image
Browse files Browse the repository at this point in the history
  • Loading branch information
FranSlot committed Oct 6, 2023
1 parent dd663eb commit af0f7d9
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deployment/Kubernetes/base/rap/rap-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ spec:
value: https://localhost
- name: RAP_DEPLOYMENT
value: Kubernetes
- name: RAP_STUDENT_PROTO_IMAGE
value: ampersandtarski/rap4-student-prototype:v1.2.0

- name: RAP_STUDENT_PROTO_LOG_CONFIG
value: logging.yaml
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ nameSuffix: -production
patches:
- path: rap-deployment.yaml
- path: rap-ingress.yaml
- path: elevated-rights-service-account.yaml
- path: elevated-rights-service-account.yaml
- path: student-prototype-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ spec:
value: rap-db-production
- name: RAP_KUBERNETES_NAMESPACE
value: rap-production
- name: RAP_STUDENT_PROTO_IMAGE
value: ampersandtarski/rap4-student-prototype:production-latest
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: student-prototype
spec:
template:
spec:
containers:
- image: ampersandtarski/rap4-student-prototype:production-latest
name: rap4-student-prototype
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ patches:
- path: rap-deployment.yaml
- path: rap-ingress.yaml
- path: elevated-rights-service-account.yaml
- path: student-prototype-cleanup.yaml
- path: student-prototype-cleanup.yaml
- path: student-prototype-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ spec:
value: staging.rap.tarski.nl
- name: RAP_KUBERNETES_NAMESPACE
value: rap-staging
- name: RAP_STUDENT_PROTO_IMAGE
value: ampersandtarski/rap4-student-prototype:staging-latest
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: student-prototype
spec:
template:
spec:
containers:
- image: ampersandtarski/rap4-student-prototype:staging-latest
name: rap4-student-prototype

0 comments on commit af0f7d9

Please sign in to comment.