Skip to content

templatetize the network endpoint e.g. for all sorts of health/readyness/startup probes #68

@entlein

Description

@entlein
endpoints: 
- direction: inbound
  endpoint: :8081/healthz
  headers:
    Connection:
      - close
    Host:
      - 10.244.0.14:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/healthz
  headers:
    Connection:
      - close
    Host:
      - 10.244.0.15:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/healthz
  headers:
    Connection:
      - close
    Host:
      - 10.244.0.16:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/healthz
  headers:
    Connection:
      - close
    Host:
      - 192.168.22.84:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/healthz
  headers:
    Connection:
      - close
    Host:
      - 192.168.45.212:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/readyz
  headers:
    Connection:
      - close
    Host:
      - 10.244.0.14:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/readyz
  headers:
    Connection:
      - close
    Host:
      - 10.244.0.15:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/readyz
  headers:
    Connection:
      - close
    Host:
      - 10.244.0.16:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/readyz
  headers:
    Connection:
      - close
    Host:
      - 192.168.22.84:8081
  internal: false
  methods:
    - GET
- direction: inbound
  endpoint: :8081/readyz
  headers:
    Connection:
      - close
    Host:
      - 192.168.45.212:8081
  internal: false
  methods:
    - GET
execs:
- args:
  - /usr/bin/tetragon-operator
  - serve
  - --config-dir=/etc/tetragon/operator.conf.d/
  - --metrics-bind-address=:2113
  path: /usr/bin/tetragon-operator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions