Skip to content

Commit

Permalink
Merge pull request #29 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
Cd
  • Loading branch information
Pratap2018 authored Dec 5, 2023
2 parents ba88438 + 7e0a4ce commit ffe61de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions deploy/deployment.yaml → .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,32 @@ metadata:
name: vault-service
namespace: hypermine-development
spec:
type: LoadBalancer
type: NodePort
selector:
app: vault-app
ports:
- port: __PORT__
targetPort: __PORT__
protocol: TCP
# apiVersion: networking.k8s.io/v1
# kind: Ingress
# metadata:
# name: ingress
# namespace: hypermine-development
# labels:
# name: ingress
# spec:
# rules:
# - http:
# paths:
# - pathType: ImplementationSpecific
# path: "/app1"
# backend:
# service:
# name: vault-service
# port:
# number: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress
namespace: hypermine-development
labels:
name: ingress
spec:
rules:
- http:
paths:
- pathType: ImplementationSpecific
path: "/"
backend:
service:
name: vault-service
port:
number: 80

# ---
---

File renamed without changes.

0 comments on commit ffe61de

Please sign in to comment.