Skip to content

Instantly share code, notes, and snippets.

@rverma-jm
Created January 5, 2021 00:06
Show Gist options
  • Save rverma-jm/8b117f1a15086be729b9ee91ae8033ad to your computer and use it in GitHub Desktop.
Save rverma-jm/8b117f1a15086be729b9ee91ae8033ad to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-south-1:913108190184:certificate/fe658ba7-bcd9-4e66-a070-df13cb57ff8a
alb.ingress.kubernetes.io/healthcheck-path: /bifrost/v1/health
alb.ingress.kubernetes.io/healthcheck-port: "8080"
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
alb.ingress.kubernetes.io/load-balancer-attributes: deletion_protection.enabled=true
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/security-groups: sg-0480bc1056c566576,sg-0f8df6122cdcbd87d,sg-0941513e2455c36ed
alb.ingress.kubernetes.io/tags: Name=bifrost,Team=platform,Service=alb,Namespace=jm,Stage=prod,Attributes=gateway
alb.ingress.kubernetes.io/target-type: ip
external-dns.alpha.kubernetes.io/target: d1fcdy7bk90eyk.cloudfront.net
kubernetes.io/ingress.class: alb
finalizers:
- ingress.k8s.aws/resources
generation: 5
name: bifrost-ingress
namespace: jupiter
spec:
rules:
- host: api.jupiter.money
http:
paths:
- backend:
serviceName: bifrost-ms
servicePort: 8080
path: /bifrost/*
pathType: ImplementationSpecific
status:
loadBalancer:
ingress:
- hostname: k8s-jupiter-bifrosti-35bb194259-1971542326.ap-south-1.elb.amazonaws.com
---
apiVersion: v1
kind: Service
metadata:
annotations:
artifact.spinnaker.io/location: jupiter
artifact.spinnaker.io/name: bifrost-ms
artifact.spinnaker.io/type: kubernetes/service
kiali.io/api-spec: http://bifrost-ms.jupiter.svc.cluster.local:8080/bifrost/v1/specs.yaml
kiali.io/api-type: rest
labels:
app: bifrost
app.kubernetes.io/managed-by: spinnaker
app.kubernetes.io/name: bifrost
name: bifrost-ms
namespace: jupiter
spec:
clusterIP: 172.20.217.151
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: bifrost
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment