Last active
July 3, 2020 22:11
-
-
Save Nilegfx/b22612a594a543a8a181c460b17495da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: 'manual-test-namespaced' | |
namespace: 'nile2' | |
labels: | |
app: 'manual-test-namespaced' | |
spec: | |
replicas: 2 | |
selector: | |
matchLabels: | |
app: 'manual-test-namespaced' | |
template: | |
metadata: | |
labels: | |
app: 'manual-test-namespaced' | |
version: '2' | |
spec: | |
containers: | |
- name: 'manual-test-namespaced' | |
image: 'docker.m3ntorship.net/ghiras:0003cc8' | |
imagePullPolicy: IfNotPresent | |
ports: | |
- name: web | |
containerPort: 3000 | |
protocol: TCP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment