Kustomize deployment for portal

This commit is contained in:
Micke Nordin 2024-12-02 18:14:30 +01:00
parent 7686d8f4c5
commit 6f66eda86d
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 28 additions and 0 deletions

View file

@ -4,3 +4,4 @@ resources:
- ../../base
patches:
- path: portal-ingress.yml
- path: portal-deployment.yml

View file

@ -0,0 +1,27 @@
---
kind: Deployment
apiVersion: apps/v1
metadata:
name: portal-node
namespace: portal
creationTimestamp:
labels:
app: portal-node
spec:
replicas: 3
selector:
matchLabels:
app: portal-node
template:
metadata:
creationTimestamp:
labels:
app: portal-node
spec:
containers:
- name: portal
env:
- name: DRIVE_DOMAIN
value: "drive.sunet.se"
strategy: {}
status: {}