Skip to content

Commit

Permalink
pinned versions for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gmej committed Nov 26, 2024
1 parent d1ca190 commit 79af14b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/base/004_keycloak-registration-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: keycloak-registration
image: gravitate-registry.cr.de-fra.ionos.com/keycloak-registration:latest
image: gravitate-registry.cr.de-fra.ionos.com/keycloak-registration:v0.5.0
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand All @@ -48,5 +48,6 @@ spec:
ports:
- containerPort: 3000
protocol: TCP
resources: {}
restartPolicy: Always
status: {}
28 changes: 28 additions & 0 deletions kubernetes/dev/004_keycloak-registration-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2022 Universidad Politécnica de Madrid
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: apps/v1
kind: Deployment
metadata:
name: keycloak-registration
spec:
selector:
matchLabels:
app: keycloak-registration
template:
spec:
containers:
- name: keycloak-registration
image: gravitate-registry.cr.de-fra.ionos.com/keycloak-registration:latest
resources: {}
1 change: 1 addition & 0 deletions kubernetes/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ resources:
- ../base
patches:

- path: 004_keycloak-registration-deployment.yaml
- path: 003_keycloak-registration-config-map.yaml

0 comments on commit 79af14b

Please sign in to comment.