Skip to content

Loxilb Config Issue for AMF pod #944

Answered by TrekkieCoder
chugh50 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @chugh50,

I would suggest you test with a service yaml as follows :

apiVersion: v1
kind: Service
metadata:
  name: sctp-lb1
  annotations:
    loxilb.io/liveness: "yes"
    loxilb.io/usepodnetwork : "yes"
spec:
  externalTrafficPolicy: Local
  loadBalancerClass: loxilb.io/loxilb
  selector:
    what: sctp-ds-test
  ports:
    - port: 55003
      protocol: SCTP
      targetPort: 9999
  type: LoadBalancer
---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: sctp-ds-ds
  labels:
    what: sctp-ds-test
spec:
  replicas: 2
  selector:
    matchLabels:
      what: sctp-ds-test
  template:
    metadata:
      labels:
        what: sctp-ds-test
    spec:
      containers:
      - name: s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chugh50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants