add rssa apps to git
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: web-socket-qris
|
||||
labels:
|
||||
app: web-socket-qris
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: web-socket-qris
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: web-socket-qris
|
||||
spec:
|
||||
containers:
|
||||
- name: web-socket-qris
|
||||
image: git.rssa.top/rachmadiyanti.annisa.3004/websocket-qris:20251212110938-main
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
Reference in New Issue
Block a user