Commit 726a6ab0 authored by ashit.gajwani's avatar ashit.gajwani

added example node files

parent 427ceeaa
...@@ -9,4 +9,3 @@ services: ...@@ -9,4 +9,3 @@ services:
environment: environment:
VIRTUAL_HOST: 'learn.dashboard-app.climate-connect.com' VIRTUAL_HOST: 'learn.dashboard-app.climate-connect.com'
LETSENCRYPT_HOST: 'learn.dashboard-app.climate-connect.com' LETSENCRYPT_HOST: 'learn.dashboard-app.climate-connect.com'
VIRTUAL_PROTO: 'https'
apiVersion: v1
kind: Service
metadata:
name: auth-micro-service
spec:
type: NodePort
ports:
- port: 8443
targetPort: 8080
nodePort: 50100
selector:
component: web
apiVersion: v1
kind: Pod
metadata:
name: client-pod
labels:
component: web
spec:
containers:
- name: client
image: myapplication
ports:
- containerPort: 8080
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment