abc
Mon Jul 29 2024 08:36:38 GMT+0000 (Coordinated Universal Time)
Saved by
@Vivekstyn
apiVersion: apps/v1
kind: Deployment
metadata:
name: go-web-app
labels:
app: go-web-app
spec:
replicas: 1
selector:
matchLabels:
app: go-web-app
template:
metadata:
labels:
app: go-web-app
spec:
containers:
- name: go-web-app
image: vivekstyne/go-web-app:v1
ports:
- containerPort: 8080
content_copyCOPY
Comments