This commit updates the Dockerfile to expose port 32166 instead of 15002. It also adds a new deployment.yaml file, an ingress.yaml file, and a service.yaml file for Kubernetes deployment. The deployment.yml file has been deleted.
13 lines
186 B
YAML
13 lines
186 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: apkt-eis-service
|
|
spec:
|
|
selector:
|
|
app: apkt-eis
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
type: LoadBalancer
|