diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c38fa4e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +*.iml diff --git a/deployment.yaml b/deployment.yaml index 5fc3833..262b259 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - command: - /app/sample-app - image: gitopsbook/sample-app:v0.1 + image: andrewpb123/sample-app:v0.1 name: sample-app ports: - containerPort: 8080 diff --git a/service.yaml b/service.yaml index 830af2e..360233f 100644 --- a/service.yaml +++ b/service.yaml @@ -8,3 +8,4 @@ spec: targetPort: 8080 selector: app: sample-app + type: ClusterIP \ No newline at end of file