mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-02-14 18:29:52 +00:00
Merge pull request #356 from needsure/master
chore: fix some typos in comments
This commit is contained in:
@@ -73,7 +73,7 @@ func (s *Server) ListenAndServe() *grpc.Server {
|
||||
server := health.NewServer()
|
||||
|
||||
|
||||
// Register grpc apis for refection
|
||||
// Register grpc apis for reflection
|
||||
echo.RegisterEchoServiceServer(srv, &echoServer{config: s.config, logger: s.logger})
|
||||
|
||||
version.RegisterVersionServiceServer(srv, &VersionServer{config: s.config, logger: s.logger})
|
||||
|
||||
@@ -48,7 +48,7 @@ import (
|
||||
// The securityContext allows setting the container security context.
|
||||
securityContext?: corev1.#SecurityContext
|
||||
|
||||
// Pod optinal settings.
|
||||
// Pod optional settings.
|
||||
podAnnotations?: {[string]: string}
|
||||
podSecurityContext?: corev1.#PodSecurityContext
|
||||
imagePullSecrets?: [...corev1.LocalObjectReference]
|
||||
|
||||
Reference in New Issue
Block a user