Skip to content

Setting livenessprobe in satellite config fails #1013

Description

@Jeremy643

I'm trying to update livenessprobe for the linstor-satellite container but it's not being patched.

For example, my linstor satellite config has this liveness probe set;

       livenessProbe:
          exec:
            command:
            - /bin/bash
            - -c
            - /entrypoint/liveness-script.sh
          failureThreshold: 3
          periodSeconds: 10
          successThreshold: 1
          timeoutSeconds: 1

but the satellite pods are still showing;

   livenessProbe:
      failureThreshold: 3
      periodSeconds: 10
      successThreshold: 1
      tcpSocket:
        port: linstor
      timeoutSeconds: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions