Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Arquitetura de Software 2024
Panela Auth API
Commits
4a5cfaf7
Commit
4a5cfaf7
authored
1 month ago
by
DanielSilva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
terminando as configuraçoes kubernet
parent
4771c474
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
deploy/panela-auth-api-development.yml
deploy/panela-auth-api-development.yml
+41
-0
No files found.
deploy/panela-auth-api-development.yml
0 → 100644
View file @
4a5cfaf7
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment