Commit 4a5cfaf7 authored by DanielSilva's avatar DanielSilva

terminando as configuraçoes kubernet

parent 4771c474
apiVersion: apps/v1
kind: Deployment
metadata:
name: panela-auth
spec:
selector:
matchLabels:
app: panela-auth
template:
metadata:
labels:
app: panela-auth
spec:
containers:
- name: panela-auth
image: erickweil/panela-auth:latest
resources: {}
ports:
- containerPort: 3000
env:
- name: SWAGGER_PROD_URL
value: "https://panela-auth.app.fslab.dev"
- name: API_URL
value: "https://panela-auth.app.fslab.dev"
- name: DB_URL
valueFrom:
configMapKeyRef:
name: panela-mongodb-configmap
key: DB_URL_AUTH
---
apiVersion: v1
kind: Service
metadata:
name: panela-auth
spec:
type: ClusterIP
selector:
app: panela-auth
ports:
- port: 80
targetPort: 3000
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment