Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 0257195f authored by Muhammad Raihan Akbar's avatar Muhammad Raihan Akbar
Browse files

ci: add resources.yaml

parent 601f0327
Branches
No related tags found
No related merge requests found
---
apiVersion: v1
kind: Service
metadata:
name: authentication
spec:
type: LoadBalancer
selector:
app: authentication
ports:
- port: 80
targetPort: 8080
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: authentication
labels:
app: authentication
spec:
replicas: 1
selector:
matchLabels:
app: authentication
template:
metadata:
labels:
app: authentication
spec:
containers:
- name: authentication
image: us-central1-docker.pkg.dev/GOOGLE_PROJECT/my-repository/authentication:latest
ports:
- containerPort: 8080
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment