Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dodyirawan85/e6ef9a835519d89022978c6df3c9c690 to your computer and use it in GitHub Desktop.

Select an option

Save dodyirawan85/e6ef9a835519d89022978c6df3c9c690 to your computer and use it in GitHub Desktop.
custom-hello-world-app.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-server
spec:
replicas: 1
selector:
matchLabels:
app: hello-server
template:
metadata:
labels:
app: hello-server
spec:
containers:
- name: hello-server
image: dodyirawan85/hello-app:1.0
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment